@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	color: rgba(0,0,0,1.0);
	}

body {
	font-family: verdana,arial,sans-serif;
	margin: 0px;
	background-color: rgba(211,243,211,1.00);
	text-align: center;
	}

h1 {
	color: rgba(240,88,219,1.00);
	text-shadow: 2px 2px 1px rgba(255,0,0,1.0);
}

/*====  Wrapper   ==========================================================*/

.Wrapper {
	max-width: 1400px;
	height: auto;
	margin: auto;
	padding: 0px;
	background-color: rgba(255,251,201,1.00);
	overflow: auto;
	}

/*====  Header   ==========================================================*/

.Header {
	background-color: rgba(211,0,211,1.0);
	}

.HeadLeft {
	float: left;
	height: 250px;
	width: 25%;
	}

.HeadMid {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-top: 25px;
	padding-top: 5px; 
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(211,243,211,1.00);
	font-size: 20px;
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	}

.HeadRight {
	float: left;
	width: 25%;
	height: 250px;
	}

/*=====  Navbar  =======================================================*/

.Nav {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: rgba(97,186,144,1.00);
	border-radius: 20px 20px 20px 20px;
	border: 2 px solid rgba(255,0,0,1.00);
}


.Navbar {
	clear: left;
	width: 60%; 
	height: auto;
	margin: auto;
    padding: 0px; 
	font-size: 16px;
	}

.Navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: rgba(97,186,144,1.00);
	overflow: auto;
		}

.Navbar li {
	float: left;
	}

.Navbar a {
	display: block;
	width: 150px;
	height: 50px;
	font-size: 20px;
	color: rgba(0,0,255,1.00);
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px 20px 20px 20px;
	border: 2 px solid rgba(255,0,0,1.00);
	}

.Navbar a:hover {
	color: rgba(255,0,0,1.00);
	font-style: oblique;
	background-color: rgba(255,251,201,1.00);
	}

.Navbar .active{
	color: rgba(255,0,0,1.00);
	background-color: rgba(146,238,236,1.00);		
	}
/*===    Aside   =====================================================*/

.Aside {
	float: left;
	width: 20%;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	}

.Aside a {
	color: rgba(0,0,255,1.00);
	font-size: 20px;
	line-height: 30px;
	}

.Aside p{
	font-size: 18px;
	line-height: 30px;
}

/*====   Main  =========================================================*/

.Main {
	float: left;
	width: 78%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	height: auto;
	color: rgba(255,255,255,1.00);
	background-color: rgba(211,243,211,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	text-align:center;
	}



.Main h1 {
	text-align: center;
	}

/*====  Scorecard Rows   ========================================*/

.Row1Left {
	clear: left;
	float: left;
	width: 40%;
	margin-top: 30px;
	margin-left:40px;
	margin-right: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,251,201,1.0);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
		
}

.Row1Right {
	float: left;
	width: 40%;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,251,201,1.0);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
}

/*=====    Two Picture  ==============================================*/

.twopicturebox {
	clear: left;
	float: left;
	width:95%;
	margin: 30px;
	height: auto;
	color: rgba(255,255,255,1.00);
	background-color: rgba(211,243,211,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	text-align:left;
	} 

.twopicturetext {
	clear: left;
	float: left;
	font-size: 18px;
	width: 30%;
	height: auto;
	margin:20px;
	background-color: rgba(211,243,211,1.00); 
	padding-left: 30px;
	padding-right: 30px;
	}

.twopictureimage1 {
	float:left;
	width: 30%;
	height: auto;
	margin:20px;
	padding: 30px;
	padding-bottom: 15px;
	background-color: rgba(255,251,201,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
	}

.twopictureimage2 {
	float:left;
	width: 30%;
	height: auto;
	margin:20px;
	padding: 30px;
	padding-bottom: 15px;
	background-color: rgba(255,251,201,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
	}

/*=====    Two Picture  ==============================================*/


.onepicturebox {
	clear: left;
	float: left;
	width:95%;
	margin: 30px;
	height: auto;
	color: rgba(255,255,255,1.00);
	background-color: rgba(211,243,211,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	text-align:left;
	} 

.onepicturetext {
	clear: left;
	float: left;
	font-size: 18px;
	width: 30%;
	height: auto;
	margin:20px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: rgba(211,243,211,1.00); 
	padding-left: 10px;
	padding-right: 10px;
	}

.onepictureimage {
	float:right;
	width: 30%;
	height: auto;
	margin:20px;
	margin-right: 15%;
	padding: 20px;
	padding-bottom: 15px;
	background-color: rgba(255,251,201,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
	}

/*===   Special Holes   ====================================================*/

.SeventeenBottom {
	clear: left;
	float: left;
	width: 90%;
	
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10%;
	text-align: left;
}

.EighteenText {
	clear: left;
	float: left;
	font-size: 18px;
	width: 95%;
	height: auto;
	margin:20px;
	margin-left: 5%;
	margin-right: 10%;
	background-color: rgba(211,243,211,1.00); 
	padding-left: 10px;
	padding-right: 40px;
}

.Eighteenpictureimage {
	float:right;
	width: 35%;
	height: auto;
	margin:20px;
	margin-right: 5%;
	padding: 20px;

	padding-bottom: 15px;
	background-color: rgba(255,251,201,1.00);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
}


/*===   Jump Bar   ===================================================*/

.JumpBar {
	float: left;
	width: 90%;
	height: auto;
	text-align: center;
	background-color: rgba(255,251,201,1.0);
	margin-left: 5%;
	margin-bottom: 30px;
	padding-left: 10px;
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	box-shadow: 2px 2px 5px rgba(255,0,0,1.00);
}

.JumpBar ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 20px;
	height: auto;
	overflow: hidden;
}

.JumpBar p {
	font-size: 20px;
}

.JumpBar li {
	float: left;
}

.JumpBar a {
	display: block;
	width: 60px;
	height: 40px;
	font-size: 25px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px 20px 20px 20px;
	border: 2 px solid rgba(255,0,0,1.00);
}

.JumpBar .active {
	color: rgba(255,255,2551.00);
	background-color: rgba(255,0,0,0.75);
	margin-bottom: 20px;
	}

.JumpBar a:hover {
	color: rgba(255,0,0,1.00);
	background-color: rgba(211,243,211);
	font-style: oblique;
	}


/*====  Footer   ====================================================*/

.Footer {
	clear: left;
	float: left;
	width: 100%;
	height: 150px;
	background-color: rgba(211,243,211,1.00);
	}

.FootLeft {
	clear: left;
	float: left;
	width: 25%;
	padding-top: 10px;
	height: auto;
	}

.FooterMiddle {
	float:left; 
	width: 50%;
	height: auto;
	text-align: center;
	padding-top: 20px;
	margin: auto;
	font-size: 30px;
	text-shadow: 2px 2px 2px rgba(255,0,0,1.0);
	}

.FooterRight {
	float:left; 
	width: 25%;
	height: auto;
	text-align: center;
	padding-top: 20px;
	margin: auto;
	font-size: 30px;
	text-shadow: 2px 2px 2px rgba(255,0,0,1.0);
	}




